Namespace - LJCSQLUtilLib
Parameters
tableName - The table name.
includeForeignKeys -
Indicates if the Foreign Key constraints
are to be included.
Returns
The Create Table SQL statement.
Syntax
| C# |
|
public String GetCreateTableSql(String tableName, Boolean includeForeignKeys = True)
|
Builds and returns the Create Table SQL statement from the Metadata.
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.